.. _Parametric Frequency Sweep with a configuration file:

Parametric Frequency Sweep with the command line interface
============================================================


**NeurEcoFNN** is the executable used for building, evaluating and exporting **Frequency Domain** models. The executable can be called directly from a terminal / PowerShell only after a full installation (the portable version does not offer this option).
To call the executable, run the command:

.. code-block:: shell

	neurecoFNN

which will output:

.. code-block:: text

	Running NeurEco Frequential version 3.0.616.0 compiled with MSVC v1928  on Feb 14 2023 @ 11:30:42
	usage: neurecoFNN [-h] [command <parameters>]

	Entry point for neurecoFNN network building and evaluation.

	Commands:
	build <configurationFilename>
	        build a neurecoFNN network from a given input solution/excitation set.

	evaluate <configurationFilename>
	        evaluate a neurecoFNN network from a given input solution/excitation set.

	exportFMU <serialized network full path> <FMU model full path> <ORed platform flag (windows=1, linux=2)>
	        export a serialized network as an FMU file.


	Optional arguments:
	-h, --help   show this message and exit


Only build, evaluate and export to FMU are available via call to executable.

.. toctree::
   :maxdepth: 6

   conf Parametric Frequency Sweep/Data preparation Parametric Frequency Sweep conf
   conf Parametric Frequency Sweep/Build NeurEco Parametric Frequency Sweep model conf
   conf Parametric Frequency Sweep/Evaluate NeurEco Parametric Frequency Sweep model conf
   conf Parametric Frequency Sweep/Export NeurEco Parametric Frequency Sweep model conf
   conf Parametric Frequency Sweep/Illustrative test cases Parametric Frequency Sweep
   conf Parametric Frequency Sweep/Tutorial Parametric Frequency Sweep command line
